parallel-debian: Exclude plymouth
authorColin Walters <walters@verbum.org>
Thu, 10 Nov 2011 13:36:21 +0000 (08:36 -0500)
committerColin Walters <walters@verbum.org>
Thu, 10 Nov 2011 13:36:21 +0000 (08:36 -0500)
Otherwise the boot will stall if there's no plymouth in the
target image.

parallel-debian/gnomeos-make-image.sh

index a3073490b99bfdf8e65d8093f4805a63aa182d4d..8f107055021fa23de3f51da6a4fe298d50331239 100755 (executable)
@@ -200,7 +200,7 @@ OBJ=gnomeos-initrd.img
 VOBJ=gnomeos-initrd-${kv}.img
 if ! test -f ${OBJ}; then
     rm -f ${OBJ}.tmp ${VOBJ}.tmp
-    $DRACUT -l -v --include `pwd`/ostree_switch_root /sbin/ostree_switch_root ${VOBJ}.tmp
+    $DRACUT -l -v -o plymouth --include `pwd`/ostree_switch_root /sbin/ostree_switch_root ${VOBJ}.tmp
     mv ${VOBJ}.tmp ${VOBJ}
     ln -sf ${VOBJ} gnomeos-initrd.img
 fi